Adwaita: visible focus outline for color swatches
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Apr 2020 00:13:16 +0000 (20:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Apr 2020 00:13:50 +0000 (20:13 -0400)
Make the focus outline for color swatches visible
again.

gtk/theme/Adwaita/_common.scss

index 845c8a958fc2e0f77381440896991ed0623a04f7..351c3094628f78b7208aac66b0ff6cd0c1136749 100644 (file)
@@ -3978,6 +3978,12 @@ colorswatch {
     }
   }
 
+  &:focus(visible) {
+    outline-offset: -2px;
+    outline-width: 2px;
+    outline-style: solid;
+  }
+
   &:drop(active) {
     box-shadow: none;